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