int nondet() { int a; return a; } _Bool nondet_bool() { _Bool a; return a; } int foo (int A, int B, int C, int D, int E, int F, int G, int H, int I, int J, int K) { goto loc_f300; loc_f2: { if (nondet_bool()) { int F_ = nondet(); int E_ = nondet(); int D_ = nondet(); int B_ = C; if (A >= 1) { B = B_; D = D_; E = E_; F = F_; goto loc_f2; } } goto end; } loc_f300: { if (nondet_bool()) { int K_ = nondet(); int J_ = nondet(); int I_ = nondet(); int H_ = nondet(); int E_ = nondet(); int D_ = nondet(); int C_ = nondet(); int B_ = nondet(); if (0 >= G) { B = B_; C = C_; D = D_; E = E_; H = H_; I = I_; J = J_; K = K_; goto loc_f1; } } if (nondet_bool()) { int J_ = nondet(); int I_ = nondet(); int H_ = nondet(); int F_ = nondet(); int E_ = nondet(); int D_ = nondet(); int C_ = nondet(); int B_ = nondet(); if (G >= 1 && A >= 1) { B = B_; C = C_; D = D_; E = E_; F = F_; H = H_; I = I_; J = J_; goto loc_f2; } } if (nondet_bool()) { int K_ = nondet(); int J_ = nondet(); int I_ = nondet(); int H_ = nondet(); int F_ = nondet(); int E_ = nondet(); int D_ = nondet(); int C_ = nondet(); int B_ = nondet(); if (G >= 1 && 0 >= A) { B = B_; C = C_; D = D_; E = E_; F = F_; H = H_; I = I_; J = J_; K = K_; goto loc_f1; } } goto end; } loc_f1: end: return 0; }