blob: 4f0fcd12b77f3f1d78f2386763a1a7246cc61bc2 [file] [log] [blame]
// PR c++/14401
struct { struct { int& i ; } bar ; } foo ; // { dg-error "uninitialized" "uninit" }
// { dg-warning "anonymous" "anon" { target *-*-* } 3 }