Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920410-2.c
blob: ab61c222944e068a025258a84e237e3512cdf7a8 [
file
] [
log
] [
blame
]
void
joe
(
void
)
{
int
j
;
while
(
1
)
{
for
(
j
=
0
;
j
<
4
;
j
++
)
;
for
(
j
=
0
;
j
<
4
;
j
++
)
;
}
}