* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb80.C
blobe30f7ef2cd2237c34b8558de9071b458da50a527
1 // { dg-do assemble  }
2 #include <exception>
4 class A {
5     class B : public std::exception {}
6     ;
7 };