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