using System; public class Test { public static void Main() { if (1) System.Console.WriteLine("Die"); } }
Standard input is empty
prog.cs(7,7): error CS0031: Constant value `1' cannot be converted to a `bool' Compilation failed: 1 error(s), 0 warnings
Standard output is empty