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