1 2 3 4 5 6 7
// CS1009: Unrecognized escape sequence `\i' // Line : 6 class X { static string s = "\i"; }