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