blob: 481e7308b5f4030c283cae5dd7dbd96fb3cfbaac [file] [log] [blame]
struct A {
A ();
A (const A&);
~A ();
};