extern int __VERIFIER_nondet_int(void); int foo(int i,int n){ i = n - 1; while (i > 1) { i = i - 1; } return 0; }