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