<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1642</ErrorName>
  <Examples>
    <string>// CS1642: `C.test_1': Fixed size buffer fields may only be members of structs
// Line: 7
// Compiler options: -unsafe

public unsafe class C
{
    private fixed char test_1 [128];
}
</string>
  </Examples>
</ErrorDocumentation>