permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / string.cocci
1 @@
2 identifier I;
3 @@
4
5 - MODULE_PARM(I, "i");
6 + module_param(I, int, 0);