(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
debug5.C
// { dg-do assemble  }
// { dg-options "-g" }
// Origin: Mark Mitchell <mark@codesourcery.com>

struct S
{
  ~S ();
};

void f ()
{
 t:
  S s3;
}