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