coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / a.cocci
1 @@
2 expression a;
3 @@
4
5 -f(a);
6 ...
7 -g(a);
8
9 @@
10 idexpression int a;
11 @@
12
13 -h(a);
14 ...
15 -r(a);
16