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