<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1685</ErrorName>
  <Examples>
    <string>// CS1685: The type `System.Int32' conflicts with the predefined type `int' and will be ignored
// Line: 6
// Compiler options: -warn:1 -warnaserror

namespace System {
	public struct Int32 {
	}
}
</string>
  </Examples>
</ErrorDocumentation>