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