Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20050410-1.c
blob: c4cd85279a97b24b958ba92314007c62345e105f [
file
] [
log
] [
blame
]
int
s
=
200
;
int
__attribute__
((
noinline
))
foo
(
void
)
{
return
(
signed
char
)
(
s
-
100
)
-
5
;
}
int
main
(
void
)
{
if
(
foo
()
!=
95
)
abort
();
exit
(
0
);
}