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