class U
{
private:
    unittest
    {
    Label:
        int a = 0;
    }
}

unittest
{
    loop: while (true)
    {
        doStuff();
    }
Label:
    {
    }
}