aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p6-cxx11.cpp
blob: 97b2953b903123c2529f5b8882702db3a009cdd4 (plain) (blame)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -fsyntax-only -verify %s

namespace A {
  namespace B { }
}

using A::B; // expected-error{{using declaration cannot refer to a namespace}}