Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / post.cocci
1 @x@
2 position p;
3 identifier f;
4 expression E;
5 @@
6
7 f(3,E@p,...)
8
9 @@
10 position x.p;
11 identifier g;
12 expression E;
13 @@
14
15 - g(3,E@p,...);