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