DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / smt / trivial_return.unsat.sail
123456789
default Order dec $include <flow.sail> $property function prop((): unit) -> bool = { return true; return false }