* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attr-constructor1.C
blob93218713cfa82e098a1f3c572d78aed4950ed334
1 // PR c++/59281
2 // { dg-do compile { target { c++11 && init_priority } } }
4 enum class E : int { prio = 666 };
5 void f (int) __attribute__((constructor(E::prio))); // { dg-error "integer" }