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