Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
union1.C
blob: ccae3786b12180956bf78b70ba2d2e5c500669ca [
file
] [
log
] [
blame
]
// PR c++/14401
union
U
{
int
&
i
;
// { dg-error "reference type" }
};