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