permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / fun.res
1 struct a {int a;};
2 int f(int x) { return x; }