1 // PR c++/56177
2 // { dg-do compile { target c++14 } }
3 
4 auto f ();
f()5 auto f () { return 33; }
6