Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr69136.C
blob: a9c6236ab273988dd99b0b6f9e48621df70c0ca9 [
file
] [
log
] [
blame
]
// { dg-do compile }
class
GrBufferAllocPool
{
virtual
~
GrBufferAllocPool
();
};
GrBufferAllocPool
::~
GrBufferAllocPool
()
{
static
long
a
;
}