// CS0542: `Program.Program(object)': member names cannot be the same as their enclosing type
// Line: 6

class Program
{
	void Program (object sender)
	{
	}
}