Commit d555daaf by Jan Hubicka

Remove accidental commit.

From-SVN: r260967
parent da651528
/* { dg-do link } */
class b {
public:
virtual ~b();
};
template <typename> class c : b {};
class B {
c<char> d;
};
extern template class c<char>;
int
main(void) { B a; return 0; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment