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