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