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