permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / allbound.c
1 int main () {
2 foo(27);
3 xxx(27);
4 }