extern int __VERIFIER_nondet_int(void); int foo(int x){ while ( x >= 0 ) { x = -2*x + 10; } return 0; }