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