Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / test7.cocci
... / ...
CommitLineData
1@@
2expression X;
3@@
4
5- f(X);
6+ f(X,"foo");
7+ f(X,"bar");