On Friday, 4 July 2025 at 06:29:26 UTC, Walter Bright wrote: > not acceptable. ```d import std; unittest{ try{assert(0);} catch(Error){ "hi".writeln; } } ```