Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
mcmp.c
blob: 6008008e1649c138593e16f88b30b35b21915e7e [
file
] [
log
] [
blame
]
foo
(
ip
,
a
,
x
)
int
a
;
int
*
ip
;
int
x
;
{
if
(
a
>=
1
)
x
++;
return
x
;
}