// CS0708: `StaticClass.i': cannot declare instance members in a static class
// Line: 6

static class StaticClass
{
	public int i;
}