* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / 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;