Release coccinelle-0.1
[bpt/coccinelle.git] / tests / parameters_dots.c
1 void main(int i) {
2
3 f(1);
4 g(3);
5 f(1,2);
6 f();
7 }