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