permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / foo.c
1 void main()
2 {
3 g();
4 foo();
5 g();
6 foo();
7
8 }