Code:
MyString foo("Some string goes here");
MyString bar;
bar = foo;
Crash...