2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1685.cs
blob7a675e50159568d2889f6fac644d7466d1296477
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
5 namespace System {
6 public struct Int32 {