permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / test12.res
1 void main(int foo) {
2
3 f(1, 2);
4 foo();
5 g(2);
6
7 }
8