DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / smt / add_overflow.unsat.sail
12345678910
default Order dec $include <prelude.sail> $property function prop(x: int, y: int) -> bool = { if x >= 0 & y >= 0 then { x + y >= 0 } else true }