09-04-2013, 02:49 PM
Suppose I have the following code:
Does this code violate rule #15.3?
Code:
void f()
{
{
goto L1;
}
{
L1:
}
}
Does this code violate rule #15.3?