summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/anon-struct4.C
blob: 53302d84b79097dd24320f1ceb23a19199d7ec18 (plain)
1
2
3
// PR c++/14401

struct { struct { int& i ; } bar ; } foo ; // { dg-error "uninitialized" "uninit" }