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