2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / errors / cs1685.cs
blob5a0bc1950f7571738012dd5803a1ce241957b6e7
1 // CS1685: The predefined type `System.Int32' is redefined in the source code. Ignoring the local type definition
2 // Line: 0
3 // Compiler options: -warn:1 -warnaserror
5 namespace System {
6 public struct Int32 {