Release coccinelle-0.1
[bpt/coccinelle.git] / demos / sgrep / simple.sgrep
1 @@
2 expression X;
3 @@
4
5 void main(...) {
6 <...
7 - f(X)
8 ...>
9 }
10
11
12 @@
13 expression X;
14 @@
15
16 void main(...) {
17 <...
18 - g(X)
19 ...>
20 }