permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / addbefore.cocci
CommitLineData
951c7801
C
1@@
2statement S;
3@@
4
5 if (...) {
6+ foo();
7 S
8 }