* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / pr55080.C
blobb66395a11d95421d6ba1d49a4349e26bce27c266
1 // PR c++/55080
2 // { dg-options "-std=c++98 -pedantic" }
4 class B {
5  static const int c = 3.1415926; // { dg-warning "constant-expression" }
6 };