permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / kmc.cocci
CommitLineData
34e49164
C
1@r@
2identifier E;
3statement S;
4expression x1;
5int ret;
6@@
7
8 if (...) {
9 ... when != kfree(E)
10- return ret;
11 }