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