class ConstructorTest2{
var;
	void method(){
		var = new ConstructorTest1();
	}

}