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