* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error32.C
blobda27afdda2b4a57dcba67dc007117db33fe66e51
1 /* PR c++/37555 */
2 /* { dg-do compile } */
4 struct A {};
6 typedef void (A::T)(); /* { dg-error "typedef name may not be a nested-name-specifier" } */
8 void foo()
10   T t;
11   t; /* { dg-error "was not declared" } */