dfmt/tests/otbs/issue0126.d.ref

7 lines
91 B
Plaintext

unittest {
try
doStuff();
catch (Exception ex)
complain(ex.msg);
}