(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
linkage3.C
// PR c++/37877
// { dg-do compile }

extern "C++" struct S
{
  static int x;
} s;