PetScan::extract(pet_expr*): take explicit source range
[pet.git] / tests / autodetect / loop2.c
blobb15e28d6bc26ce8defd638149552f2d5ac7d1662
1 void foo()
3 int a;
5 for (;;) {
6 loop: goto loop;
7 a = 5;
9 a = 2;