void main() { scope(failure) { throw new Exception("overridden original exception"); } throw new Exception("original"); } >dmd -run Error: overridden original exception >dmd -w -run warning - Error: statement is not reachable
Fixed hundreds of years ago.