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