public class Test26 {
    private int xxx;
    
    {
        int c = 1;
        xxx = c;
    }
}
