summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1685.cs
blob: fdb823e4e4d7bcf5d2df5490246c1eded5ce1079 (plain)
1
2
3
4
5
6
7
8
// CS1685: The predefined type `System.Int32' is defined multiple times. Using definition from `mscorlib.dll'
// Line: 0
// Compiler options: -warn:1 -warnaserror

namespace System {
	public struct Int32 {
	}
}