permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / posmult.c
CommitLineData
34e49164
C
1int main() {
2 int *x = NULL;
3 int *y = NULL;
4 if (r) x = ALLOC();
5 y = ALLOC();
6 if (!x) return;
7 if (!y) return;
8}