blob: 6d5f2bf01b5ea60633a9a497246053fd5620c3a6 [file] [log] [blame]
// PR target/104213
// { dg-do compile }
// { dg-options "-Wuse-after-free" }
class C
{
virtual ~C();
};
C::~C() {} // { dg-bogus "used after" }