1struct bp { void *v, *b, *e; };
2f ()
3{
4  struct bp x = { &&L2 };
5  if (&&L3 - &&L1 > 1)
6    abort ();
7L1:return 1;
8L2:abort ();
9L3:;
10}
11