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