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