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