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