Home | History | Annotate | Download | only in ld-elf
      1 struct A
      2 {
      3   int i;
      4   A (int i): i(i) {}
      5 };
      6