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