<?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>CS1040</ErrorName>
  <Examples>
    <string>// cs1040-2.cs: 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.cs: Preprocessor directives must appear as the first non-whitespace character on a line
// Line: 5
// Compiler options: -t:library

/*    */ #define AA

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