Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / same_expr.c
CommitLineData
34e49164
C
1void main(int i)
2{
3 f(1,1);
4 f(1,2);
5
6}