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