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