Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
error17.C
blob: 7803a1e89efdd0f4eb418c3cc9127ab61ce349ab [
file
] [
log
] [
blame
]
// PR c++/20153
template
<
typename
T
>
void
foo
()
{
union
{
struct
{
};
};
// { dg-error "18:ISO C\\+\\+ prohibits anonymous struct" }
// { dg-error "18:anonymous struct not inside" "not inside" { target *-*-* } .-1 }
}