Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / multitype.cocci
1 @ rule1 @
2 type T;
3 T *E;
4 identifier fld;
5 @@
6
7 f(E->fld)
8
9 @@
10 rule1.T *E;
11 @@
12
13 - g(E)
14 + g(E, NULL)