c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / auto-fn37.C
blob3f664b49313efe15d554d748dc74b0d61c9bf526
1 // PR c++/80145
2 // { dg-do compile { target c++14 } }
4 auto* foo() { return 0; }  // { dg-error "unable to deduce" }
5 auto* foo();