Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
pr84593.C
blob: 8aa869f1919301f8512a477b1348792475f033ba [
file
] [
log
] [
blame
]
// PR c++/84593
// { dg-do compile { target c++14 } }
struct
a
{
int
x
;
int
c
=
0
;
int
&
b
;
}
c
=
{};
// { dg-error "uninitialized reference" }