(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
torture/
pr69136.C
// { dg-do compile }
class GrBufferAllocPool {
  virtual ~GrBufferAllocPool();
};
GrBufferAllocPool::~GrBufferAllocPool() { static long a; }