class A { static { A a = new A(); a.getClass(); } }