Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / julia7.cocci
CommitLineData
34e49164
C
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();