* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / nested2.C
blob361a0c75d5669da0624d53f36b2c3c3dd317be04
1 // PR c++/51586
3 union U
5   union U { int i; };           // { dg-error "same name" }
6 };