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