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