summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/strings.cs
blob: 6794e7629f8049d54860ec2907a9eabf84fa35e2 (plain)
1
2
3
4
5
6
7
8
void foo()
{
   string s1 = L"C:\\foo\\bar";
   string s2 = S"C:\\foo\\bar";
   string s3 = "This is a \"test\"";
   string s4 = "C:\\";
}