<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8210</ErrorName>
  <Examples>
    <string>// CS8210: A tuple literal cannot not contain a value of type `void'
// Line: 8

class XX
{
	public static void Main ()
	{
		var m = (1, Main ());
	}
}</string>
  </Examples>
</ErrorDocumentation>