Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / init / const2.C
blob4fd631851a401ac346353c308a45bbe8fee27b7e
1 // PR c++/19878
3 struct S {
4   char k;
5 };
6 char const volatile S::* const p01 = &S::k;