dfmt/tests/issue0094.d

7 lines
88 B
D

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