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