permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / expopt.cocci
CommitLineData
34e49164
C
1@@
2expression E;
3@@
4
5 f(E);
6 ...
7(
8- *E
9+ E
10|
11- E
12+ *E
13)