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