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