dfmt/tests/allman/issue0126.d.ref

8 lines
91 B
Plaintext

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