blob: 66f6805b07a99ca25398450c6f78816351c8597d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target label_values } */
void
ch (int x1)
{
({ bx: &&bx; });
while (x1 == 0)
{
}
}