Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
940611-1.c
blob: 5cbcc41c3d89c1641aaa1526205f2d09430f43c9 [
file
] [
log
] [
blame
]
void
f
(
void
)
{
do
L
:;
while
(
0
);
do
;
while
(
0
);
goto
L
;
}