permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / minstruct.c
1 static struct i2c_client client_template = {
2 .name = "(unset)",
3 .id = -1,
4 .driver = &i2c_driver_videotext
5 };