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