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