permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / b2.cocci
1 @@
2 @@
3
4 if(...) {
5 <...
6 foo();
7 + bar();
8 brk();
9 ...>
10 } else aaa();