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

$include <flow.sail>

$property
function prop((): unit) -> bool = {
  true
}