(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
cond2.C
// PR c++/20905

struct name {};

int 
f ();

void 
g ()
{
  if (int name = f ())
    {
    }
}