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