2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1685.cs
blob97ad1e24224d261e43b7faac90643b63807b94ea
1 // CS1685: The predefined type `System.Int32' is redefined in the source code. Ignoring the local type definition
2 // Line: 6
3 // Compiler options: -warn:1 -warnaserror
5 namespace System {
6 public struct Int32 {