blob: 19287a5fb21b499fd6613a5b9bcce694bf7308ab [file] [log] [blame]
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
// { dg-do compile }
class A {
friend class B;
};
class B* b;