Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / isococci.cocci
CommitLineData
34e49164
C
1@@
2identifier x;
3@@
4
5- if(x > 0) { return ...; }