summaryrefslogtreecommitdiff
path: root/test/smt/zeros_1.unsat.sail
blob: 02499efe3b4f55fc714028cf9273b678bd6b99f9 (plain)
1
2
3
4
5
6
7
8
default Order dec

$include <vector_dec.sail>

$property
function prop((): unit) -> bool = {
  0x1 != sail_zeros(4)
}