1 // PR c++/80145
2 // { dg-do compile { target c++14 } }
3 
foo()4 auto* foo() { return 0; }  // { dg-error "unable to deduce" }
5 auto* foo();
6