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