Version 1.0.0-rc17 has been released. Some changes are:
[bpt/coccinelle.git] / tests / param_to_exp.res
1 int main (int x, int y) {
2 foo(x, y);
3 return 0;
4 }