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