Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
BUG3.c
blob: 0848face29b2c4d19917da67f3f7d5e59a785c5f [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
BUG2
(
p
)
char
*
p
;
{
int
a
=
0
;
if
(*
p
==
a
)
return
0
;
else
return
1
;
}