1188943Sthompsastruct bp { void *v, *b, *e; };
2188943Sthompsaf ()
3188943Sthompsa{
4188943Sthompsa  struct bp x = { &&L2 };
5188943Sthompsa  if (&&L3 - &&L1 > 1)
6188943Sthompsa    abort ();
7188943SthompsaL1:return 1;
8188943SthompsaL2:abort ();
9188943SthompsaL3:;
10188943Sthompsa}
11188943Sthompsa