public class Uninit7 {
    Object f;

    Uninit7() {
        throw new Error();
    }
}
