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