permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / sgrep / simple.sgrep
CommitLineData
34e49164
C
1@@
2expression X;
3@@
4
5 void main(...) {
6 <...
7- f(X)
8 ...>
9 }
10
11
12@@
13expression X;
14@@
15
16 void main(...) {
17 <...
18- g(X)
19 ...>
20 }