Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Wbraces1.C
blob0efce7be3ff49996593be9acf0785ba42116d7da
1 // PR c++/19755
2 // { dg-options "-Wmissing-braces" }
3 int a[2][2] = { 0, 1 , 2, 3 }; // { dg-warning "" }