permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / nestplus.cocci
1 @one disable all@
2 identifier foo;
3 statement S;
4 @@
5
6 foo(...) {
7 <+...
8 {
9 ...
10 return;
11 }
12 ...+>
13 }
14
15 @two depends on one@
16 @@
17
18 - yyy();