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