Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / b1.res
CommitLineData
34e49164
C
1int main () {
2 while (1) {
3 if (x > 1 ) { foo(); bar(); break; }
4 }
5 while (1)
6 if (x > 1 ) { foo(); bar(); break; }
7}