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