blob: 2ab6bdc56efbc3b2a18472340fb2a2192a3afdb1 [file] [log] [blame]
// { dg-lto-do assemble }
// { dg-lto-options {{-flto -g}} }
struct A
{
virtual ~A();
};
void foo()
{
struct B : A {};
B b;
}