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