pet_check_code: op_expr_extract_pw_aff: handle more types of expressions
[pet.git] / tests / autodetect / loop5.c
blobf8b37a8168f105411446f268bc2d24111a6a6d19
1 void foo()
3 int a;
5 for (int i = 0; i < 10; ++i) {
6 loop: goto loop;
7 a = 5;