2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / debug / pr53860.C
blob31a854af4b7808a56d11bc6de46777bbac46593d
1 // PR debug/53860
2 // { dg-do compile }
3 // { dg-options "-fkeep-inline-functions -fdebug-types-section" }
5 void
6 foo ()
8   struct S
9   {
10     S ()
11     {
12     }
13   };