extern int __VERIFIER_nondet_int(void); int foo(int x,int a,int b){ if (a == b) { while (x >= 0) { x = x + a - b - 1; } } return 0; }