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