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