blob: 96b4b0c64aadd45a45e57270fe5bfd26a23a0967 [file] [log] [blame]
// { dg-do compile { target c++14 } }
struct A {
template <class T>
operator auto() { return T(); } // { dg-warning "auto.*template" }
};