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