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