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