dfmt/tests/issue0151.d
2015-05-07 23:51:15 -07:00

7 lines
75 B
D

void test()
{ /* ignore */ }
void test2()
{
test();
}