permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / test11.res
1 void main(int i) {
2 f(1);
3 g(1);
4 g(1); // if comment then simpler
5 h(1);
6
7 }