permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / addif.c
1 static int foo() {
2 return 12;
3 }
4
5 static int bar() {
6 return 12;
7 }