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