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