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

$include <flow.sail>

function f((): unit) -> bool = false

$property
function prop((): unit) -> bool = {
  f()
}