summaryrefslogtreecommitdiff
path: root/test/smt/match_fail.sat.sail
blob: 0a51b5f42439f7b31b2bbfed75d0b5cdf914710c (plain)
1
2
3
4
5
6
7
8
9
10
default Order dec

$include <prelude.sail>

$counterexample
function prop(xs: bits(4)) -> bool = {
  match xs {
    _ : bits(3) @ 0b0 => true
  }
}