package p;

@interface A {
    int ZORRO= 0;
}

class User {
    int NULL= A.ZORRO;
}