dfmt/tests/allman/issue0051.d.ref

16 lines
199 B
Plaintext

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