* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / auto-fn3.C
blob4436e84bcd3e801ab7b9e0d507926df0cd0fc16e
1 // { dg-do compile { target c++14 } }
3 bool b;
4 auto f()
6   if (b)
7     return 42;
8   else
9     return f();