using-decl-pr4441.cpp 152 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // RUN: %clang_cc1 -fsyntax-only -verify %s // expected-no-diagnostics namespace A { struct B { }; void operator+(B,B); } using A::operator+;