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