tree2scop.c: scop_from_affine_if: check condition of conditional assignment
[pet.git] / tests / autodetect / if1.c
blobf9899d2f4c8034b974e631927850c3b917f3b99e
1 void foo()
3 int a, b;
5 if (a > 0)
6 b = 5;