dl3header.h 44 B

12345
  1. struct A
  2. {
  3. int i;
  4. A (int i): i(i) {}
  5. };