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