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