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