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