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