﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0221</ErrorName>
  <Examples>
    <string>// cs0221.cs: Constant value `4294967295' cannot be converted to a `int' (use `unchecked' syntax to override)
// Line: 5

class X {
	int a = (int) 0xffffffff;
	
	static void Main ()
	{
		
	}
}
</string>
  </Examples>
</ErrorDocumentation>