permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / inner2.cocci
1 @@
2 identifier ty,x;
3 expression a;
4 initializer list is;
5 @@
6
7 struct ty x =
8 {is,
9 - .i = a,
10 + foo(a),
11 ...};