// RUN: %clang_cc1 -fsyntax-only -verify %s
using A::VA;
using A::FA;
using typename A::SA;
int
;
;
void // calls B::f(char)
void // recursively calls D::g(int)
using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization}}
using F::X;
// Should have some errors here. Waiting for implementation.
void ;
;
// namespace ShadowedTagNotes