pet_check_code: op_expr_extract_pw_aff: handle more types of expressions
[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;