pet_check_code: op_expr_extract_pw_aff: handle more types of expressions
[pet.git] / tests / autodetect / while.c
blobae07c9fb810201d140ab03f8052fbb613db44d87
1 int f(void);
2 int P(void);
4 void foo(int n)
6 int s;
8 while (P()) {
9 s = f();
10 loop: goto loop;