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