https://issues.dlang.org/show_bug.cgi?id=16622
safety0ff.bugz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from safety0ff.bugz <[email protected]> --- Assert(0) is special: https://dlang.org/spec/expression.html#AssertExpression Do you have a different example? Code from pastebin: void main() { scope(exit) {} scope(exit) {assert(false); }; return; } --
