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