blob: 0efce7be3ff49996593be9acf0785ba42116d7da [file] [log] [blame]
// PR c++/19755
// { dg-options "-Wmissing-braces" }
int a[2][2] = { 0, 1 , 2, 3 }; // { dg-warning "" }