package p;

@interface A {
    int ZERO= 0;
}

class User {
    int NULL= A.ZERO;
}