Release coccinelle-0.1
[bpt/coccinelle.git] / tests / minusdots.c
1 void main(int i) {
2
3 if (!hostptr) {
4 if (hostptr) {
5 return -ESRCH;
6 }
7 }
8
9 }