public class TestProg { TestClass test; public static void main (String [] args) { TestClass test = new TestClass(); } }