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