class Test { String myFoo; static { String myFoo = ""; System.out.println(myFoo); } }