permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / starprint.c
1 typedef int *LPINT;
2
3 int foo(LPINT x, LPINT *y)
4 {
5 return *x == **y;
6 }