permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / inc.cocci
1 @@
2 expression X;
3 @@
4
5 - #define foo X
6 + #define foobar X
7
8 @@
9 expression T;
10 @@
11 - #define xxx T