Release coccinelle-0.1
[bpt/coccinelle.git] / tests / decl1.c
1 static int az_ioctl(int cmd, void *arg)
2 {
3 int x;
4 int y;
5 return 0;
6 }
7