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