Release of coccinelle 1.0.0-rc9
[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