<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1040</ErrorName>
  <Examples>
    <string>// CS1040: Preprocessor directives must appear as the first non-whitespace character on a line
// Line: 2
// Compiler Options: -t:library

/* hey */ #define a        
</string>
    <string>// CS1040: Preprocessor directives must appear as the first non-whitespace character on a line
// Line: 5
// Compiler options: -t:library

/*    */ #define AA

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