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