* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / init / array10.C
blob41121055e2357a71480d6ef9d1b50884b78d54d7
1 // { dg-do compile }
2 // { dg-options "" }
4 typedef int __attribute__((vector_size (8))) vec;
6 vec foo[] = { (vec) {1, 2} };