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