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