blob: ccae3786b12180956bf78b70ba2d2e5c500669ca [file] [log] [blame]
// PR c++/14401
union U {
int& i; // { dg-error "reference type" }
};