1 2 3 4 5 6 7 8 9 10
// CS0520: The predefined type `System.Object' is not declared correctly // Line: 7 // Compiler options: -nostdlib namespace System { struct Object { } }