(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
static14.C
// { dg-do link  }
// Origin: scott snyder <snyder@fnal.gov>

struct basic_string
{
  ~basic_string();
};

struct Side
{
  void name()
  {
    static basic_string sname;
  }
};

int main ()
{
}