aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/vla24.C
blob: 0a99c003ffb26b921ecb26eccc295d4a943f8d55 (plain)
1
2
3
4
5
6
7
// PR c++/58646
// { dg-additional-options -Wno-vla }

void foo(int n)
{
  int a[2][n] = {};
}