permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / parsing_pad.cocci
CommitLineData
708f4980
C
1@@
2identifier x;
3@@
4
5//- void* x;
6//+ int* x;
7- void*
8+ int*