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