* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / hidden-class5.C
blobc2413546bd7605d2ad1d7702464636266aa6e2aa
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 };
9 B* b;           // { dg-error "type|expected" }