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