permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / tern.cocci
1 @@
2 expression E;
3 @@
4
5 - return (E);
6 + return E;