summaryrefslogtreecommitdiff
path: root/test/smt/sqrt.sat.sail
blob: 1cb4794468c627759518c502d0ca64d484ae939f (plain)
1
2
3
4
5
6
7
8
9
default Order dec

$include <prelude.sail>
$include <real.sail>

$counterexample
function prop(x: real) -> bool = {
  not_bool(sqrt(x) == 2.0);
}