* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / externC4.C
blobdaf097fc893fce4afb5552c442e409b3adcb25b8
1 // { dg-do assemble  }
2 // Origin: Neil Booth, from PR #66
4 extern "C"
6   class foo
7   {
8   public:
9     ~foo ();
10     void bar (foo *);
11     foo ();
12   };