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