permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / not.res
1 int main() {
2 int x;
3 f(20);
4 this(foo,x);
5 bar(12,x);
6 foo(12,x);
7 f(20);
8 f(20);
9 }