Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
xc.c
blob: 1050d06c6dd5fcc755c073702245130b89bc0e17 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
,
p
)
int
*
p
;
{
int
b
;
a
++;
b
=
*
p
;
if
(
a
)
return
1
;
return
b
;
}