Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash68.C
blob: 9171f8c62d909d16f8784c3069bc1aa86511ec57 [
file
] [
log
] [
blame
]
// PR c++/33035
template
<
class
A
>
struct
a
{
template
<
class
B
>
struct
b
{
template
<
class
C
>
void
f
()
{
struct
g
{
~
g
()
{}
};
}
};
};