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