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