* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / complex7.C
blob5b3eead1810f6a1eb8dba536b68fcf8d9bd37649
1 // { dg-options "" }
3 class A
5   static const _Complex double x = 1.0 + 2.0i;
6 };
8 // { dg-prune-output "constexpr. needed" }