aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lookup/member2.C
blob: 54784488af88a8a0bb49be82c22805aa90825c5e (plain)
1
2
3
4
5
// PR c++/10200

template<class Tp> inline void end(Tp) { }

template <typename T> bool tnegative(const T& t) { return t.end < 0; }