Sign in
gnu
/
gcc.git
/
3e4ced9de1f1c6444eae44c1fed493742c345bc6
/
.
/
gcc
/
testsuite
/
c-c++-common
/
torture
/
pr113546-1.c
blob: 74989e992cd623bb2fffd1d62c71c8d1416594f5 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fcompare-debug" } */
int
x
;
void
f
()
{
fail
:
switch
(
x
)
{
case
0
:
goto
fail
;;
}
}