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