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