Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash82.C
blob: 41456918feaacf62a375b0074bf9ae72059f90d8 [
file
] [
log
] [
blame
]
// PR c++/37649
struct
A
{
template
<int>
struct
{};
// { dg-error "template class without a name" }
};