permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ktype.res
1 typedef struct r1_private_data_s conf_t;
2
3 static int run(mddev_t *mddev)
4 {
5 conf_t *conf;
6 conf = kzalloc(sizeof(conf_t), GFP_KERNEL);
7 if (!conf) return;
8 }