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