class A { static { System.out.println(new Runnable() { public void run() { } }); } }