aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20021108-1.c
blob: 3ac5d2eb799436c1d16dbb5f4bb6d9b81eec3b5b (plain)
1
2
3
4
5
6
7
8
9
/* { dg-require-effective-target label_values } */

int
main()
{
l1:
  return &&l1-&&l2;
l2:;
}