dfmt/tests/allman/issue0094.d.ref

7 lines
88 B
Plaintext

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