<?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>CS1664</ErrorName>
  <Examples>
    <string>// cs1664.cs: Fixed size buffer `C.test_1' of length `1073741825' and type `long' exceeded 2^31 limit
// Line: 7
// Compiler options: -unsafe

public unsafe struct C
{
    private fixed long test_1 [1073741825];
}
</string>
  </Examples>
</ErrorDocumentation>