rt_gccstream/gcc/testsuite/gcc.c-torture/compile/940611-1.c

11 lines
65 B
C

f ()
{
do
L:;
while (0);
do
;
while (0);
goto L;
}