// PR c++/56177
// { dg-do compile { target c++14 } }

auto f ();
auto f () { return 33; }