dfmt/tests/issue0126.d
2015-04-08 18:16:50 -07:00

7 lines
73 B
D

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