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