Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / julia7.c
1 int main(int x) {
2 foo();
3 if (x) {bar(); after(); return 0;}
4 bar();
5 after();
6 }
7