Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
gcc.dg
/
pr16973.c
blob: e24c9f821ff72d1b234ff4c5c2f231d0ad7b6f7e [
file
] [
log
] [
blame
]
/* We were removing the label "a" because
we were removing the BB for it but forgot
to add back the label. */
/* { dg-options "" } */
void
f
(
void
)
{
static
__SIZE_TYPE__ x
=
&&
a
-
&&
b
;
a
:
b
:
return
;
}