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