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