Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / nocast.res
CommitLineData
34e49164
C
1int main (gfp_t gfp_mask, int x) {
2 buf = kmalloc(sizeof *send_buf + buf_size, gfp_mask);
3}