1 // { dg-do compile { target c++14 } }
2 
f()3 auto f() { return f(); }	// { dg-error "auto" }
4