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