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