package p;

public class UseTestClass {
	void foo() {
		TestClass tt= new TestClass();
	}
}
