permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / foobar.c
1 // cf first slide of OLS
2
3 void main (int x) {
4 foo(1);
5 h("toto");
6 foo(2);
7 foo(foo(2));
8
9 if(foo(3)) {
10 int foo;
11 do_something(foo);
12 }
13 }