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