Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / video4.cocci
CommitLineData
34e49164
C
1@@
2identifier v;
3identifier fld;
4expression E;
5@@
6
7 struct foo v;
8 m();
9 <...
10 f(E);
11 <...
12* v.fld
13 ...>
14 g(E);
15 ...>
16 n();