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