dfmt/tests/issue0082.d
Hackerpilot 62d0378740 Fix #82
2015-03-09 23:32:25 -07:00

12 lines
77 B
D

unittest
{
label:
if (x)
{
}
Label:
// comment
statement();
}
}