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