* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / static5.C
blob50e5c4acb0e158ec679216b20a826a35cf41fbe4
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct S
6   ~S();
7 };
9 inline void f()
11   static S s;
12   atexit (0); // { dg-error "3:'atexit' was not declared" } implicit declaration