Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / isococci.cocci
1 @@
2 identifier x;
3 @@
4
5 - if(x > 0) { return ...; }