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