Updated with review feedback.
[mono.git] / mcs / errors / cs1685.cs
1 // CS1685: The predefined type `System.Int32' is defined multiple times. Using definition from `mscorlib.dll'
2 // Line: 0
3 // Compiler options: -warn:1 -warnaserror
4
5 namespace System {
6         public struct Int32 {
7         }
8 }