<?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>CS1681</ErrorName>
  <Examples>
    <string>// CS1681: You cannot redefine the global extern alias
// Line: 0
// Compiler options: -r:global=CS1681-2-lib.dll
</string>
    <string>// cs1681.cs: You cannot redefine the global extern alias
// Line: 3
extern alias global;
using System;

public class Test 
{
	static void Main ()
	{
	}
}

</string>
  </Examples>
</ErrorDocumentation>