* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / parse1.C
blobcbac6da1559b6d071c3ef2dc2f9a5956a88f36c6
1 /* PR c++/50 */
2 /* { dg-do compile } */
4 namespace A {typedef int Z;}
5 int main(void)
7   A::Z* z;
8   z->A::Z::~Z();