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