]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/other/pr84792-2.C
/cp
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / other / pr84792-2.C
1 struct A {};
2
3 typedef struct
4 {
5 void foo() {}
6 } A::B; // { dg-error "3:typedef" }