* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / init / const9.C
blob97458820d1631b39e1e5e8e4a16aaff13f4b48cc
1 // PR c++/55893
2 // { dg-final { scan-assembler-not "rodata" { target { ! "hppa*-*-* s390*-*-*" } } } }
4 struct foo
6   virtual ~foo ();
7 };
9 int main ()
11   static const foo tmp;