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