* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / init / array24.C
blob2d72df40382b681d984f0fb35e822d16509e58ff
1 // PR c++/29175
2 // { dg-options "-Wno-vla" }
4 void foo(int i)
6   int x[][i] = { 0 };