1 // PR c++/58535
2 // { dg-do compile { target c++14 } }
3 
4 struct A
5 {
6   virtual void foo(auto); // { dg-error "auto|templates" }
7 };
8