Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / argument.c
1 void main(int i){
2
3 f(1,2,3);
4
5 h(1,2);
6 h();
7
8 }