c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / auto-fn2.C
blob0d39551ff2c75ac1b4229d9ce157c63be37f7197
1 // { dg-do compile { target c++14 } }
3 auto f() { return f(); }        // { dg-error "auto" }