namespace Hui { class Pizda { public static void Main(string[] CommandLineArgs) { long int var = 100500; } } }
Standard input is empty
prog.cs(7,32): error CS1525: Unexpected symbol `int', expecting `.', `?', `[', `<operator>', or `identifier' Compilation failed: 1 error(s), 0 warnings
Standard output is empty