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