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