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