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