Release coccinelle-0.1
[bpt/coccinelle.git] / tests / test8.cocci
CommitLineData
34e49164
C
1@@
2identifier bar;
3identifier i;
4identifier func;
5@@
6
7 func(
8+ char i,
9 int bar) {
10 ...
11- int i;
12 ...
13 }