(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
const2.C
// PR c++/19878

struct S {
  char k;
};
char const volatile S::* const p01 = &S::k;