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

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