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