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