pet_expr_is_equal: compare index expressions up to reordering of parameters
[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;