elide1.h   [plain text]


struct A {
  A ();
  A (const A&);
  ~A ();
};