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