coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / badpost.cocci
1 @x@
2 position p;
3 identifier f;
4 expression E;
5 @@
6
7 - f(3,
8 + f(3,
9 E@p,...)
10
11 @@
12 position x.p;
13 identifier g;
14 expression E;
15 @@
16
17 - g(3,E@p,...);