Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / if2.c
1 int main(int x) {
2 for(x=1;x>1;x++) {
3 xxx(2);
4 xxx(1);
5 }
6 }