permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / metastatement.cocci
1 // dumb example. does not work well because S is also match
2 // on the compounds, so it try to erase multiple times the same node.
3
4 @@
5 statement S;
6 @@
7
8 - S
9 + S f(1);