Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / cast_iso.cocci
1 @@
2 expression B;
3 type T;
4 @@
5
6 - snd_magic_cast(T, (void*) B ,...)
7 + (T *)B
8
9 @@
10 expression B;
11 type T;
12 @@
13
14 - snd_magic_cast(T,B,...)
15 + B