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