blob: 6aa2b261e4db82062c756b98d847b705c4a74a99 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s
namespace A {
struct B { };
void operator+(B,B);
}
using A::operator+;