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