<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0439</ErrorName>
  <Examples>
    <string>// cs0439-2.cs: An extern alias declaration must precede all other elements
// Line: 5

public class Test {}
extern alias Hey;

</string>
    <string>// cs0439.cs: An extern alias declaration must precede all other elements
// Line: 5

using A = System;
extern alias Hey;

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