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