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