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