summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/const.cvc.smt2
blob: 2f874925d9ca1d28b4a5aecdcf3a599fb70fde2f (plain)
1
2
3
4
5
6
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(define-fun-rec five () Int 5)
(assert (= five 6))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback