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