pet_check_code: op_expr_extract_pw_aff: handle more types of expressions
[pet.git] / tests / autodetect / loop1.c
blob240af0ce7051a7b4338cf65375a8f6832c2fb807
1 void foo()
3 int a;
5 for (;;) {
6 loop: goto loop;
7 a = 5;