* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / init / ref21.C
blobdb4ac4a300fdb6768e58fadc3a7999298f62d35b
1 struct A
3   const int &i1;
4   const int &i2;
5 };
7 A a = { 1, 2 };