aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/debug/pr53860.C
blob: 31a854af4b7808a56d11bc6de46777bbac46593d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// PR debug/53860
// { dg-do compile }
// { dg-options "-fkeep-inline-functions -fdebug-types-section" }

void
foo ()
{
  struct S
  {
    S ()
    {
    }
  };
}