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