- Try to do better pretty printing when array elements are individually
[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}