Release coccinelle-0.1
[bpt/coccinelle.git] / tests / localid.cocci
1 @@
2 local idexpression int x;
3 @@
4
5 - f(x);
6
7 @@
8 idexpression int x;
9 @@
10
11 - f(x);
12 + g(x);
13
14 @@
15 idexpression x;
16 @@
17
18 - f(x);
19 + h(x);