// in file test.d: assert(false);
output: core.exception.asserter...@l(5): Assertion failure
^ not the right file
// in file test.d:
assert(false, "ok");
output: [email protected](5): ok
// in file test.d: assert(false);
output: core.exception.asserter...@l(5): Assertion failure
^ not the right file
// in file test.d:
assert(false, "ok");
output: [email protected](5): ok