permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / bug1.res
CommitLineData
34e49164
C
1static int typhoon_ioctl(struct inode *i, struct file *f, unsigned int cmd,
2void *arg)
3{
4 struct typhoon_device *typhoon = dev->priv;
5 return 0;
6}