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