// { dg-do compile { target c++1y } } struct A { template operator auto() { return T(); } // { dg-warning "auto.*template" } };