]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/other/pr84792-2.C
a393d5771cefd089c84e4305937a82cdf6800298
[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 "typedef" }