blob: 5fc0c1c429101413dda34c3f72f6a78e90dfe27b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target label_values } */
int
test (int foo)
{
static void *dummy[] = { &&a, &&b };
goto *((char *) &&b - 2 * (foo < 0));
a:
b:
return 0;
}