aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lookup/hidden-class9.C
blob: de86b12694e9437005ace033d8a086419d97c0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
// { dg-do compile }

namespace N {
  class A {
    friend class B;
  };
}

using N::B;	// { dg-error "declared" }