Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
a3.c
blob: adbafcfd2a3807ae398e169fc5e38ae95dc3f887 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
)
{
int
i
;
for
(
i
=
1
;
i
<
a
;
i
++)
;
{
int
b
=
(
int
)
&
foo
;
return
(
a
&
b
)
==
0
;
}
}