permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / stmt.res
1 int f() {
2 int x;
3 foo();
4 xxx();
5 }