permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / printloc.c
1 int main() {
2 f(12);
3 x = f(12);
4 }