permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / badprint.c
1 #define PRINTK(x) printk x
2
3 #include "foo.h"
4
5 int main () {
6 printk("some stuff\n");
7 }