An assertion is ignored in the following example iff `t` is a function template and the first argument of the `assert` evaluates to zero at CT: --- import std.stdio; void t()() { assert(0, "Where am I?"); } void main() { t(); writeln("Where is he?"); } ---
Fixed in head. It would be good to add unittests before closing this bug.
*** This issue has been marked as a duplicate of issue 6205 ***