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