int nondet() { int a; return a; } _Bool nondet_bool() { _Bool a; return a; } int foo (int A) { goto loc_evaleasy2start; loc_evaleasy2bb1in: { if (nondet_bool()) { if (A >= 1) { goto loc_evaleasy2bbin; } } if (nondet_bool()) { if (0 >= A) { goto loc_evaleasy2returnin; } } goto end; } loc_evaleasy2bbin: { if (nondet_bool()) { int A_ = -1 + A; if (1 >= 0) { A = A_; goto loc_evaleasy2bb1in; } } goto end; } loc_evaleasy2entryin: { if (nondet_bool()) { if (1 >= 0) { goto loc_evaleasy2bb1in; } } goto end; } loc_evaleasy2returnin: { if (nondet_bool()) { if (1 >= 0) { goto loc_evaleasy2stop; } } goto end; } loc_evaleasy2start: { if (nondet_bool()) { if (1 >= 0) { goto loc_evaleasy2entryin; } } goto end; } loc_evaleasy2stop: end: return 0; }