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