int nondet() { int a; return a; } _Bool nondet_bool() { _Bool a; return a; } int foo (int A, int B, int C) { goto loc_f3; loc_f2: { if (nondet_bool()) { int Y_1 = nondet(); int Y_0 = nondet(); int A_ = -1 + Y_1; if (B >= 1 && 0 >= Y_0 && 0 >= 1 + A) { A = A_; goto loc_f2; } } if (nondet_bool()) { int Y_1 = nondet(); int Y_0 = nondet(); int A_ = -1 + Y_1; if (0 >= B && 0 >= Y_0 && 0 >= 1 + A) { A = A_; goto loc_f2; } } if (nondet_bool()) { int Y_1 = nondet(); int Y_0 = nondet(); int A_ = 1 + Y_1; if (0 >= 1 + A && Y_0 >= 2) { A = A_; goto loc_f2; } } if (nondet_bool()) { int Y_1 = nondet(); int Y_0 = nondet(); int A_ = -1 + Y_1; if (B >= 1 && 0 >= 2 + Y_0 && A >= 1) { A = A_; goto loc_f2; } } if (nondet_bool()) { int Y_1 = nondet(); int Y_0 = nondet(); int A_ = -1 + Y_1; if (0 >= B && 0 >= 2 + Y_0 && A >= 1) { A = A_; goto loc_f2; } } if (nondet_bool()) { int Y_1 = nondet(); int Y_0 = nondet(); int A_ = 1 + Y_1; if (A >= 1 && Y_0 >= 0) { A = A_; goto loc_f2; } } if (nondet_bool()) { int C_ = nondet(); int A_ = 0; if (0 >= 1 + A) { A = A_; C = C_; goto loc_f300; } } if (nondet_bool()) { int C_ = nondet(); int A_ = 0; if (A >= 1) { A = A_; C = C_; goto loc_f300; } } if (nondet_bool()) { int C_ = nondet(); if (A == 0) { C = C_; goto loc_f300; } } goto end; } loc_f3: { if (nondet_bool()) { if (1 >= 0) { goto loc_f2; } } goto end; } loc_f300: end: return 0; }