OSDN Git Service

fa5bd4b3d8a8da65b568e8652b625984541ab059
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / anon-struct4.C
1 // PR c++/14401
2
3 struct { struct { int& i ; } bar ; } foo ; // { dg-error "uninitialized" "uninit" }
4 // { dg-warning "anonymous" "anon" { target *-*-* } 3 }
5 // { dg-message "should be initialized" "ref-uninit" { target *-*-* } 3 }