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