permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / substruct.cocci
1 @@
2 expression E;
3 @@
4
5 {
6 - .a = E,
7 + DECLARE_A(E),
8 }
9