* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error16.C
blob74db15c21052924034c957116615661e1d5ce181
1 // { dg-options "-fshow-column" }
2 // PR c++/16964
4 struct A
6   struct B {}; // { dg-message "10:previous definition of 'struct A::B'" }
7 };
9 struct A::B{}; // { dg-error "11:redefinition of 'struct A::B'" }