dfmt/tests/issue0051.d
Hackerpilot 9374214fdf Fix #51
2015-03-07 23:37:30 -08:00

15 lines
139 B
D

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