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