blob: 34a61ae20e3888f760c20a9a7e9aeb30bcc2cfb5 [file] [log] [blame]
// { dg-options -std=c++1y }
struct A {
template <class T>
operator auto() { return T(); } // { dg-warning "auto.*template" }
};