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