coccinelle release 0.2.5
[bpt/coccinelle.git] / demos / vm.c
... / ...
CommitLineData
1int main () {
2 x = kmalloc();
3 r = 15;
4 kfree(x);
5}