dfmt/tests/allman/issue0037.d.ref

21 lines
163 B
Plaintext

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