dfmt/tests/otbs/issue0094.d.ref

6 lines
88 B
Plaintext

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