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