permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / header_modif.cocci
1 @@
2 identifier x;
3 @@
4
5 - int
6 + float
7 foo(int x) {
8 ...
9 }