int nondet() { int a; return a; } _Bool nondet_bool() { _Bool a; return a; } int foo (int A, int B) { goto loc_evalSimpleSinglestart; loc_evalSimpleSinglebb3in: { if (nondet_bool()) { if (B >= 1 + A) { goto loc_evalSimpleSinglebbin; } } if (nondet_bool()) { if (A >= B) { goto loc_evalSimpleSinglereturnin; } } goto end; } loc_evalSimpleSinglebbin: { if (nondet_bool()) { int A_ = 1 + A; if (1 >= 0) { A = A_; goto loc_evalSimpleSinglebb3in; } } goto end; } loc_evalSimpleSingleentryin: { if (nondet_bool()) { int A_ = 0; if (1 >= 0) { A = A_; goto loc_evalSimpleSinglebb3in; } } goto end; } loc_evalSimpleSinglereturnin: { if (nondet_bool()) { if (1 >= 0) { goto loc_evalSimpleSinglestop; } } goto end; } loc_evalSimpleSinglestart: { if (nondet_bool()) { if (1 >= 0) { goto loc_evalSimpleSingleentryin; } } goto end; } loc_evalSimpleSinglestop: end: return 0; }