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