pet_codegen.c: add missing include
[pet.git] / tests / conditional_assignment3.c
bloba4fce48c8d3d94befe2677aab1c2fd69966760c7
1 int f();
3 void foo()
5 int t;
6 #pragma scop
7 if (f())
8 t = 0;
9 else
10 t = 1;
11 #pragma endscop