Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / arg.c
1 int main () {
2 foo(bar());
3 foo(1,bar());
4 foo(bar(),2);
5 foo(1,bar(),2);
6 }