aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/debug5.C
blob: 706eabec58357ae7e0e4ea1a2a94256d313b87b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// { dg-do assemble  }
// { dg-options "-g" }
// Origin: Mark Mitchell <mark@codesourcery.com>

struct S
{
  ~S ();
};

void f ()
{
 t:
  S s3;
}