dfmt/tests/issue0094.d
Hackerpilot 5bca694cca Fix #94
2015-03-12 12:24:47 -07:00

6 lines
88 B
D

void test()
{
fun((int x) { writeln(x); }, (int x) { writeln(x); });
return;
}