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