Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920202-1.c
blob: e30ce2fd5c224e951c2c31f20a88894b7c6f6d76 [
file
] [
log
] [
blame
]
static
int
rule_text_needs_stack_pop
=
0
;
static
int
input_stack_pos
=
1
;
f
(
void
)
{
rule_text_needs_stack_pop
=
1
;
if
(
input_stack_pos
<=
0
)
return
1
;
else
return
0
;
}
main
()
{
f
();
exit
(
0
);
}