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