Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / debug.cocci
CommitLineData
34e49164
C
1@@
2identifier init;
3@@
4 init(...) {
5- DEBUG(...);
6 ...
7 }