// Copyright (C) 2005 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } class A { friend class B; }; class B *b; B *c;