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