extern int __VERIFIER_nondet_int(void); int foo(int i,int b){ while (i != 1 && i != 0) { i = i-2; } return 0; }