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