Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
andsparc.c
blob: 5b564735371124d7d9fc918f077f379d6b6099f0 [
file
] [
log
] [
blame
]
int
foo
(
int
*
p
)
{
int
a
,
b
;
a
=
123456
;
a
+=
p
[
0
];
b
=
p
[
0
];
if
(
a
==
0
)
return
b
;
return
1
;
}