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