export pet_expr_new_cast
[pet.git] / tests / autodetect / if3.c
blobfc3cda5f61ff60d33a4b8c081b6678936ff84810
1 void foo()
3 int a, b;
5 if (b > 0)
6 loop: goto loop;
7 else
8 a = 5;