* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / dtor9.C
blob64c82ce67a9cad3a6e902687f0932ef0af99dbb7
1 // PR c++/27508
2 // { dg-do compile }
4 struct A;
5 using ::~A;  // { dg-error "not a class-name" }