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