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