Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / join.cocci
CommitLineData
34e49164
C
1@@
2expression X, Y, Z;
3@@
4
5f(X);
6...
7g(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