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