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