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