DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / typecheck / fail / no_function.sail
1234567891011
default Order dec $include <prelude.sail> val foo_quux : unit -> unit val foo_bar : unit -> unit function test() -> unit = { let _ = foo_baz() }