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) { goto loc_f2; loc_f2: { if (nondet_bool()) { int D_ = nondet(); int C_ = nondet(); int B_ = nondet(); int A_ = nondet(); if (1 >= 0) { A = A_; B = B_; C = C_; D = D_; goto loc_f300; } } goto end; } loc_f300: { if (nondet_bool()) { int I_ = nondet(); int H_ = nondet(); int G_ = nondet(); if (F >= 1 + E) { G = G_; H = H_; I = I_; goto loc_f300; } } if (nondet_bool()) { int J_ = nondet(); int H_ = nondet(); int G_ = nondet(); if (E >= F) { G = G_; H = H_; J = J_; goto loc_f1; } } goto end; } loc_f1: end: return 0; }