* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / init / ref1.C
blob12caff2d0ed3a6232346b69ed532f5fd1b64fa88
1 void f(void)
3   short x = 0;
4   const int &y = x;