extern int __VERIFIER_nondet_int(void); int foo(int i){ while (1) {} return 0; }