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