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