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