permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / minstruct.cocci
CommitLineData
34e49164
C
1@@
2identifier I;
3expression E;
4@@
5
6struct i2c_client I = {
7- .name = E,
8+ .dev = { .name = E, },
9};