Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / nocast.res
1 int main (gfp_t gfp_mask, int x) {
2 buf = kmalloc(sizeof *send_buf + buf_size, gfp_mask);
3 }