Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
BUG2.c
blob: 6dc30be65023d2f5ef0bf2bd364b7af73fdcf350 [
file
] [
log
] [
blame
]
BUG2
(
p
)
int
*
p
;
{
int
a
=
0
;
if
(*
p
==
a
)
return
0
;
else
return
1
;
}