summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/pow2-native-0.smt2
blob: 06681910817d7efafe6d114a0fedef4cd833be1f (plain)
1
2
3
4
5
6
; EXPECT: unsat
(set-logic QF_NIA)
(declare-fun x () Int)
(assert (< x 0))
(assert (distinct (int.pow2 x) 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback