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