dfmt/tests/issue0126.d

8 lines
73 B
D

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