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