* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[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 };