1 // PR debug/53860
2 // { dg-do compile }
3 // { dg-options "-fkeep-inline-functions -fdebug-types-section" }
4 
5 void
foo()6 foo ()
7 {
8   struct S
9   {
10     S ()
11     {
12     }
13   };
14 }
15