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