* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / init / const4.C
blobb99726b861667402b6672dbed7003da64782e942
1 // PR c++/27804
2 // { dg-do compile }
4 bool foo()
6   const int i = X;  // { dg-error "not declared" }
7   return i > 0;