summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/div.02.smt2
blob: 65dc215495248a372abe28e2678853ce7e921a00 (plain)
1
2
3
4
5
6
7
8
9
10
; EXPECT: unknown
; EXIT: 0
(set-logic QF_NIA)
(set-info :smt-lib-version 2.0)
(set-info :status unknown)
(declare-fun n () Int)

(assert (distinct (div n n) 1))

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