aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init/union1.C
blob: ea88346ebe882b9b3c9becdd3fe7fcef0a505fcf (plain)
1
2
3
4
5
// PR c++/14401

union U {
  int& i; // { dg-error "reference type" "" { target { ! c++11 } } }
};