<?xml version="1.0" encoding="iso-8859-1"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0677</ErrorName>
  <Examples>
    <string>// cs0677.cs: X.a volatile field can not be of type "A"
// Line: 8
using System;

struct A { int a; }

class X {
	public volatile A a;
	static void Main ()
		{
		}
}
</string>
  </Examples>
</ErrorDocumentation>