This commit was manufactured by cvs2svn to create branch

'gcc-3_2-branch'.

From-SVN: r60016
This commit is contained in:
No Author 2002-12-10 22:32:42 +00:00
parent 5414d6a182
commit 18393a61fb
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
struct A {};
template <typename T> struct B
{
B() { A().A::~A(); }
};
B<void> b;