permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / vm.c
1 int main () {
2 x = kmalloc();
3 r = 15;
4 kfree(x);
5 }