blob: 31a854af4b7808a56d11bc6de46777bbac46593d [file] [log] [blame]
// PR debug/53860
// { dg-do compile }
// { dg-options "-fkeep-inline-functions -fdebug-types-section" }
void
foo ()
{
struct S
{
S ()
{
}
};
}