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