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