Release coccinelle-0.2.2-rc1
[bpt/coccinelle.git] / tests / minusdots.cocci
1 @@
2 identifier ptr;
3 //statement S;
4 @@
5
6 // body could be S instead of { ... }
7 - if (!ptr)
8 - {
9 - ...
10 - }