blob: 21cc5d2ef2da84ac24d99e88189e0011ca1ceda8 [file] [log] [blame]
struct X {
void f();
};
template <typename T>
struct S : public T {
using X::f;
};