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