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