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