Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / expopt3_ver2.res
1 static int pcm20_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
2 {
3 struct video_tuner *v;
4 f(v->field1, v->field2);
5 }