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