blob: 50a7e331cbbbeef1fd190b055b22d960c6bda3c1 [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 *b;
};