using System; public class Test { public static void Main() { int i = 0; } }
Standard input is empty
prog.cs(10,24): error CS1519: Unexpected symbol `(' in class, struct, or interface member declaration
prog.cs(10,26): error CS1519: Unexpected symbol `)' in class, struct, or interface member declaration
Compilation failed: 2 error(s), 0 warnings
Standard output is empty