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