| 1 | VV_LOC void main__main(void) { |
| 2 | byteptr b = ((byteptr)("a")); |
| 3 | Array_u8 s = builtin__byteptr_vbytes(b, 1); |
| 4 | string _t1 = Array_u8_str(s); builtin__println(_t1); builtin__string_free(&_t1); |
| 5 | ; |
| 6 | byteptr bb = ((byteptr)("a")); |
| 7 | string ss = builtin__byteptr_vstring(bb); |
| 8 | builtin__println(ss); |
| 9 | string _str_add_rhs_ |
| 10 | s = builtin__string__plus(s, _str_add_rhs_ |
| 11 | builtin__string_free(&_str_add_rhs_ |
| 12 | builtin__string_free(&_sref |
| 13 | } |
| 14 |