blob: 316a380b3ce91c0eaee1f376d2f93f77e83376e4 [file] [log] [blame]
/* { dg-require-effective-target label_values } */
struct bp { void *v, *b, *e; };
f ()
{
struct bp x = { &&L2 };
if (&&L3 - &&L1 > 1)
abort ();
L1:return 1;
L2:abort ();
L3:;
}