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

$include <vector_dec.sail>

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