Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / neststruct.cocci
1 @r@
2 type T1;
3 T1 *x;
4 expression E,E2;
5 @@
6
7 - x = kmalloc(sizeof(E),E2)
8 + x = kzalloc(sizeof(E), E2)