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