Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
xpp.c
blob: daf3399a3f4dc527ed66f2d66df70e6a394a15c4 [
file
] [
log
] [
blame
]
foo
(
a
)
{
a
++;
if
(
a
<
10
)
return
1
;
return
a
;
}
main
()
{
printf
(
"%d\n"
,
foo
((
1
<<
31
)
-
1
));
}