2009-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / errors / cs1685.cs
blob2265e6d0cd991edaf7c86cdc90b2f8e17deee010
1 // CS1685: The type `System.Int32' conflicts with the predefined type `int' and will be ignored
2 // Line: 6
3 // Compiler options: -warn:1 -warnaserror
5 namespace System {
6 public struct Int32 {