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