[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / SemaCXX / using-decl-pr4441.cpp
blob39a446fed9acd4843ea5969e5b113641fb5b0763
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 namespace A {
4 struct B { };
5 void operator+(B,B);
8 using A::operator+;