2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / pr84792-2.C
bloba393d5771cefd089c84e4305937a82cdf6800298
1 struct A {};
3 typedef struct
5   void foo() {}
6 } A::B;  // { dg-error "typedef" }