permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / fields.c
CommitLineData
34e49164
C
1struct foo x = {
2 .xa = 1,
3 .xb = 2,
4 .xc = 3,
5};