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