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