Release coccinelle-0.1
[bpt/coccinelle.git] / tests / expopt3_ver1.res
1 static int pcm20_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
2 {
3 struct video_tuner v;
4 //&v.field;
5 f(&v->field1, &v->field2, &v->field3, &v->field4);
6 }