blob: 6794e7629f8049d54860ec2907a9eabf84fa35e2 [file] [log] [blame]
void foo()
{
string s1 = L"C:\\foo\\bar";
string s2 = S"C:\\foo\\bar";
string s3 = "This is a \"test\"";
string s4 = "C:\\";
}