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