public class Uninit13 {
    {
        x = 1;
        o = new Object();
    }

    int x;
    Object o;
}
