// CS1685: The predefined type `System.Int32' is redefined in the source code. Ignoring the local type definition // Line: 0 // Compiler options: -warn:1 -warnaserror namespace System { public struct Int32 { } }