Release coccinelle-0.1
[bpt/coccinelle.git] / tests / badtypedef.cocci
1 // need the merge_val facility for typedef and struct equivalence
2
3 @@
4 type T;
5 T E, E1;
6 @@
7
8 - xxx(E);
9 + aaa(E);
10 ...
11 - yyy(E1);
12 + bbb(E1);