1 2 3 4 5 6 7 8
// PR c++/38427 // { dg-do compile } struct S { int &ref; S() : ref() {}; // { dg-error "value-initialization of" } };