permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / substruct.c
CommitLineData
1be43e12
C
1struct a { int a; } x[2] =
2{
3 { .a = 7, },
4 { .a = 17, },
5};