1f9bf4310 ^
1 2 3 4 5 6
discard """ errormsg: "cstring doesn't support `[]=` operator" """ var x = cstring"abcd" x[0] = 'x'