blob: 5cbcc41c3d89c1641aaa1526205f2d09430f43c9 [file] [log] [blame]
void
f (void)
{
do
L:;
while (0);
do
;
while (0);
goto L;
}