permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / testifdef.cocci
CommitLineData
1be43e12
C
1@exists@
2local idexpression x;
3statement S;
4constant C;
5@@
6
7* x = kmalloc(...)
8...
9if (x == NULL) S
10... when != x
11 when != if (...) { <+...x...+> }
12* return \(-C\|NULL\);