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