dfmt/tests/issue0151.d

8 lines
75 B
D

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