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