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