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