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