Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / ifadd.res
1 int main() {
2 while (y) {
3 if (x) {
4 one();
5 two();
6 foo();
7 }
8 }
9 }