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