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