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