* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attr-alias-3.C
blob17c43af96a81e7e7ea5c81db665b760bd929257f
1 // PR c++/56134
2 // { dg-require-alias "" }
3 // { dg-options "-g" }
5 char a;
6 class Q
8   static char q __attribute__ ((alias ("a")));
9 };