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