public class C {
  C(String s) {
    this.s = s;
  }

  String s;
}

