aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/init/array30.C
blob: 696d9bf992d69cfd5a77245e9916acb695ef7102 (plain)
1
2
3
4
5
6
7
// PR c++/54501
// { dg-options "" }

int main()
{
  int a[][0] = {0};  // { dg-error "too many" }
}