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