Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / expopt3_ver1.c
CommitLineData
34e49164
C
1static 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}