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