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