dfmt/tests/otbs/issue0051.d.ref

12 lines
183 B
Plaintext

void f() {
if (a) {
} else // wat
{
if (!is_temp_arg_ref) {
if (global.params.isOSX)
buf.writeByte('_');
}
}
return;
}