2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / init / elide1.h
blob481e7308b5f4030c283cae5dd7dbd96fb3cfbaac
1 struct A {
2 A ();
3 A (const A&);
4 ~A ();
5 };