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