* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / cond2.C
blob2dbe42b34f312a734ca2505cc6f61aa29a42649c
1 // PR c++/20905
3 struct name {};
5 int 
6 f ();
8 void 
9 g ()
11   if (int name = f ())
12     {
13     }