blob: f681cd649f1e3cf07aedc74306cf9313654aa46f [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 C {
friend class B;
};
B *b; // { dg-error "expected" }