summaryrefslogtreecommitdiff
path: root/test/smt/lteq_int_refl.unsat.sail
blob: 0417ae6e3a4451ae09ffaaa33f834693d2e97277 (plain)
1
2
3
4
5
6
7
8
default Order dec

$include <prelude.sail>

$property
function prop(x: int) -> bool = {
  x <= x
}