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