ref: ebdd2476cc2b5f0dea539efeae5151ada62c1ec6 dir: /test/exportmain.myr/
use std pkg = const foo : (val:int -> int) ;; const foo = {val -> val } const main = { std.exit(foo(42)) }