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