permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / y2.cocci
CommitLineData
34e49164
C
1@@
2//local function interrupt;
3identifier interrupt, cs;
4@@
5
6interrupt(...) {
7 ...
8- if (!cs) { ... return; }
9 ...
10}