Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr78362.c
blob: 66eea7d2fab7405ccc2efe0354384cbf36113569 [
file
] [
log
] [
blame
]
/* PR target/78362. */
long
a
;
void
foo
(
void
)
{
for
(;;
a
--)
if
((
int
)
a
)
break
;
}