Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / double_assign.cocci
CommitLineData
34e49164
C
1@s@
2identifier i;
3position p0;
4@@
5
6i =@p0 ...;
7
8@r exists@
9identifier s.i;
10position s.p0,p;
11@@
12
13i =@p0 ...;
14...
15i =@p <+... i ...+>;
16
1be43e12 17@x@
34e49164
C
18identifier s.i;
19position s.p0;
20position p != r.p;
21@@
22
23- i =@p0 ...;
24... when strict
25 i =@p ...;