Что выведет следующая программа?
string first = "test1"; string second = first; second = "test2"; Console.WriteLine(first);