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