summaryrefslogtreecommitdiff
path: root/test/regress/regress0/unconstrained/mult1.smt2
blob: fdad322af001511425460aca680dbf592a2cbf49 (plain)
1
2
3
4
5
6
7
8
(set-logic QF_LIA)
(set-info :status sat)

(declare-fun x3 () Int)
(assert (<= (* 1 x3) 0))

(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback