* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / hidden-class1.C
blobb3be4e8e9412ac97f4bea2b2a7adca6c710bffd7
1 // Copyright (C) 2005 Free Software Foundation
2 // Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3 // { dg-do compile }
5 class A {
6   friend class B;
7   B *b;         // { dg-error "type|expected" }
8 };