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