permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / memory.res
1 #define BAD_MAGIC(q,m) 0
2
3 int __queue_add(Queue_t *queue, Scsi_Cmnd *SCpnt, int head)
4 {
5 BUG_ON (BAD_MAGIC(1,12));
6 }