persistent
inc/dec
If `persistent == true`, then object is known to be persistent at compilation time. `emitc` omits `inc/dec` operations to persistent objects. The interpreter does not to avoid memory leaks.
=>
@[extern cpp ...]
io
platform
system