* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / other / pr67065.C
blob790bde414dfd139b72eeb24a781311bf044f6633
1 // PR c++/67065
3 int main;  // { dg-error "cannot declare" }
5 void foo() { int main; }