#include <stdio.h>
int main(void) {
char test_string[] = "test_string";
*test_string = 'a';
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CiAgICBjaGFyIHRlc3Rfc3RyaW5nW10gPSAidGVzdF9zdHJpbmciOwogICAgKnRlc3Rfc3RyaW5nID0gJ2EnOwogICAgcmV0dXJuIDA7Cn0K