// CS0520: The predefined type `System.Object' is not declared correctly
// Line: 7
// Compiler options: -nostdlib

namespace System
{
	struct Object 
	{
	}
}