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