PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / operator12.C
blobbc8e91de4cd7248f787c41218e33c5eb2294838b
1 // PR c++/59707
3 struct T {
4     template<class D> operator D*() const;
5 };
7 void f(T x) {
8     x < x;                      // { dg-error "no match" }