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