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