Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / julia7.c
CommitLineData
34e49164
C
1int main(int x) {
2 foo();
3 if (x) {bar(); after(); return 0;}
4 bar();
5 after();
6}
7