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