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