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