(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
pr84593.C
// PR c++/84593
// { dg-do compile { target c++14 } }

struct a {
  int x;
  int c = 0;
  int &b;
} c = {}; // { dg-error "uninitialized reference" }