using System; class Program { static void Main() { int і = 9001; Console.WriteLine(i); } }
Standard input is empty
prog.cs(7,27): error CS0103: The name `i' does not exist in the current context Compilation failed: 1 error(s), 0 warnings
Standard output is empty