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