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