// CS1685: The type `System.Int32' conflicts with the predefined type `int' and will be ignored // Line: 6 // Compiler options: -warn:1 -warnaserror namespace System { public struct Int32 { } }