Frontend support for the choice operator (#4175)
[cvc5.git] / test / regress / regress0 / bug383.smt2
1 (set-logic QF_LIA)
2 (set-info :status sat)
3 (declare-fun f1 () Int)
4 (declare-fun f2 () Int)
5 (declare-fun f3 () Int)
6 (assert (< 1 f1 f2 f3 5))
7 (check-sat)
8 (exit)