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