Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wbraces1.C
blob: 0efce7be3ff49996593be9acf0785ba42116d7da [
file
] [
log
] [
blame
]
// PR c++/19755
// { dg-options "-Wmissing-braces" }
int
a
[
2
][
2
]
=
{
0
,
1
,
2
,
3
};
// { dg-warning "" }