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

$include <vector_dec.sail>

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