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