; COMMAND-LINE: --no-check-proofs --no-check-unsat-cores ; EXPECT: unsat (set-logic ALL_SUPPORTED) (set-info :status unsat) (declare-fun t () Int) (assert (= (+ t 1) (bv2nat ((_ int2bv 16) t)))) (check-sat)