Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / argument.cocci
1 @@
2 @@
3
4 - f(1,2,3);
5 + g(3, 2, 1);
6
7
8 @@
9 @@
10
11 - h(...);