summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fp/issue3619.smt2
blob: 9d6e0a36dc28dd5ee1c8398e82e0975fd24c3766 (plain)
1
2
3
4
5
6
7
; REQUIRES: symfpu
(set-logic QF_FPLRA)
(set-info :status sat)
(declare-fun a () (_ FloatingPoint 11 53))
(assert (= (fp.to_real a) 0.0))
(check-sat)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback