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