permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / static.cocci
1 @@
2 statement S;
3 identifier f;
4 @@
5
6 static f(...) {
7 - S
8 }