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