- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / join.cocci
1 @@
2 expression X, Y, Z;
3 @@
4
5 f(X);
6 ...
7 g(Y);
8 ...
9 - h(Z);
10 + h(1);
11
12 // si c'est '+ h(X,Y,Z)' alors la il y'a probleme par contre