(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
ref21.C
struct A
{
  const int &i1;
  const int &i2;
};

A a = { 1, 2 };