// cs1009.cs: Unrecognized escape sequence `\i' // Line : 6 class X { static string s = "\i"; }