public class A {
  protected static int x;
  public int m() {
    return x;
  }
}