1 // PR c++/65879
2 
3 static struct
4 {
5   void f();
6   struct Inner
7   {
8     void g();
9   };
10 } x;
11