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