Release coccinelle-0.1.3
[bpt/coccinelle.git] / tests / km.c
CommitLineData
34e49164
C
1int main() {
2 int *data = kmalloc(element->string.length + 1, GFP_KERNEL);
3 foo();
4 memset(*data, 0, element->string.length + 1);
5}