Release coccinelle-0.1
[bpt/coccinelle.git] / tests / arg.res
CommitLineData
34e49164
C
1int main () {
2 foo();
3 foo(1);
4 foo(2);
5 foo(1,2);
6}