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