permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / fields.res
1 struct foo x = {
2 .a = 1,
3 .b = 2,
4 .c = 3,
5 .xa = 1,
6 .xb = 2,
7 .xc = 3,
8 };