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