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