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