Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / type_infer.c
1 int __init
2 snd_pmac_awacs_init(struct snd_pmac *chip)
3 {
4 struct awacs_amp *amp = kmalloc(sizeof(*amp));
5 memset(sizeof(*amp));
6 }