class Test{ String s; public static void Main(string[] args){} }
Standard input is empty
prog.cs(3,4): error CS0246: The type or namespace name `String' could not be found. Are you missing a using directive or an assembly reference? Compilation failed: 1 error(s), 0 warnings
Standard output is empty