Commit 7f0614d8 by Mark Mitchell

Remove test

From-SVN: r37552
parent f1f0c5a2
// Build don't link:
// Special g++ Options: -fno-vtable-thunks
// Origin: Marc Espie <espie@tetto.liafa.jussieu.fr>
struct A {
virtual ~A();
A();
};
struct B: public A {
B();
};
void f()
{
static B t[2];
}
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