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

$include <vector_dec.sail>

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