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