DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / typecheck / pass / repeat_constraint.sail
123456789
$include <flow.sail> val main : unit -> unit function main() = { repeat { _not_prove(constraint(false)); } until (false); }