dfmt/tests/issue0037.d

16 lines
116 B
D

class U
{
private:
unittest
{
Label: int a = 0;
}
}
unittest
{
loop: while (true){
doStuff(); }
Label:{
}}