blob: a9c6236ab273988dd99b0b6f9e48621df70c0ca9 [file] [log] [blame]
// { dg-do compile }
class GrBufferAllocPool {
virtual ~GrBufferAllocPool();
};
GrBufferAllocPool::~GrBufferAllocPool() { static long a; }