int main() {
  char * str = "hello";
  char * str2 = "world";
  char * str3 = str;
}
