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