libstdc++: Fix ranges::copy_backward for a single memcpyable element [PR117121]
[official-gcc.git] / gcc / testsuite / g++.dg / init / union1.C
blobccae3786b12180956bf78b70ba2d2e5c500669ca
1 // PR c++/14401
3 union U {
4   int& i; // { dg-error "reference type" }
5 };