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