Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr66123.c
blob5fc0c1c429101413dda34c3f72f6a78e90dfe27b
1 /* { dg-do compile } */
2 /* { dg-require-effective-target label_values } */
4 int
5 test (int foo)
7 static void *dummy[] = { &&a, &&b };
8 goto *((char *) &&b - 2 * (foo < 0));
9 a:
11 return 0;