* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / other / abstract5.C
blobd13dd9e5160e81ee3b33d5b0b4ddfbb1f9dad982
1 struct A
3   virtual void f() = 0;
4 };
6 typedef A (*fp)();              // { dg-error "abstract" }