summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fp/issue3536.smt2
blob: 4293cbdeec8c7ea212abdc351bb8060b35ae92c8 (plain)
1
2
3
4
5
6
; REQUIRES: symfpu
(set-logic QF_FP)
(declare-const x (_ FloatingPoint 11 53))
(assert (= true (fp.eq x ((_ to_fp 11 53) (_ bv13831004815617530266 64))) true))
(set-info :status sat)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback