Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
struct-3.C
blob: 8e73ce4f0195c369c4e33d9ee17f33c88482fac5 [
file
] [
log
] [
blame
]
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
// PR c++/18731
struct
A
{
struct
B
;
typedef
B C
;
};
struct
A
::
C
{};
// { dg-error "invalid class name" }