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