Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
labels-1.c
blob: 80b46b060b57e52ff2bb622b4d0fad6b51deae9e [
file
] [
log
] [
blame
]
/* { dg-require-effective-target label_values } */
int
f
(
void
)
{
void
*
x
=
&&
L2
;
if
(&&
L3
-
&&
L1
>
1
)
__builtin_abort
();
L1
:
return
1
;
L2
:
__builtin_abort
();
L3
:;
}