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

$include <vector_dec.sail>

function check_sat((): unit) -> bool = {
  0x0000_0000_0000_0000 == sail_zeros(64)
}