permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / dec.c
1 int f(int x) {
2 static int y;
3 return x;
4 }