summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/fuzz10.smtv1.smt2
blob: 2d8c628dae6578412b0762cbbd5147149aba66ec (plain)
1
2
3
4
5
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_BV)
(declare-fun v0 () (_ BitVec 1))
(check-sat-assuming ( (bvsgt v0 v0) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback