* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / bitfield5.C
blob15661320de82fcc9b80fdac50a1eee4ae7ba3a9e
1 // PR c++/46282
3 template<int>
4 class A
6   A : i() {}                    // { dg-message "" }
7   int i;
8 };