extern int __VERIFIER_nondet_int(void); int foo(int i){ i = 0; while (i < 100) { i = i+0; } return 0; }