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