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