7a675e50159568d2889f6fac644d7466d1296477
[mono.git] / mcs / errors / cs1685.cs
1 // CS1685: The predefined type `System.Int32' is ambiguous. Using definition from `mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
2 // Line: 6
3 // Compiler options: -warn:1 -warnaserror
4
5 namespace System {
6         public struct Int32 {
7         }
8 }