aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lookup/hidden-class4.C
blob: c407692caf94a07519d740e214958ccabe11cb44 (plain)
1
2
3
4
5
6
7
8
9
10
// 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 *c;