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