* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / static20.C
blob17741049dbdd81c1cf754d5fb38e7183ebe61759
1 // { dg-do link  }
2 struct foo
4   foo() {}
5   ~foo() {}
6   void func() { static foo x; }
7 };
9 int main()
11    foo f;
12    return 0;