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