Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / A_and_E.cocci
CommitLineData
34e49164
C
1@@
2expression X, Y;
3@@
4
5 g();
6+ f(Y,0);
7 ...
8 f(X,Y);