<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1025</ErrorName>
  <Examples>
    <string>// CS1525: Single-line comment or end-of-line expected
// Line: 4

#line 100 "a" default
</string>
    <string>// CS1025 : Single-line comment or end-of-line expected
// Line: 6

#if DEBUG DEBUG
// ...
#endif</string>
    <string>// CS1025 : Single-line comment or end-of-line expected
// Line: 6

#if RELEASE
#else DEBUG
#endif</string>
    <string>// CS1025: Single-line comment or end-of-line expected
// Line: 6

#if DEBUG
// ...
#endif DEBUG</string>
    <string>// CS1025: Single-line comment or end-of-line expected
// Line: 4

#if RELEASE #endif
</string>
    <string>// CS1025 : Single-line comment or end-of-line expected
// Line: 6

#if RELEASE
#elif DEBUG DEBUG
#endif</string>
  </Examples>
</ErrorDocumentation>