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