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