(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
static12.C
// { dg-do assemble  }
// Origin: Jason Merrill <jason@redhat.com>

int main ()
{
  static const int n = 10;
  static const int *p = &n;
}