extern int __VERIFIER_nondet_int(void); int foo(int x,int y,int z){ if (2*y >= z) { while (x >= 0 && z == 1) { x = x - 2*y + 1; } } return 0; }