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