p6-cxx11.cpp 159 Bytes Raw Blame History Permalink 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}}