Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
dead.c
blob: 6085323e4aade78cd4cca1aac189261f37c9fdf6 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
)
{
++
a
;
return
a
==
0
;
}