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