Release coccinelle-0.1
[bpt/coccinelle.git] / tests / julia7.cocci
1 // foobar(x) comes out to the right of foo(x)
2 // if bar is alone in a branch, as in julia7.c, the if ends up with no branch
3
4 @@
5 @@
6
7 foo();
8 ...
9 ?- bar();
10 after();